golang/xenlight: define EvLink builtin as empty struct
authorNick Rosbrook <rosbrookn@ainfosec.com>
Mon, 16 Dec 2019 18:08:05 +0000 (18:08 +0000)
committerGeorge Dunlap <george.dunlap@citrix.com>
Mon, 16 Dec 2019 18:08:05 +0000 (18:08 +0000)
commitc730fb2a8311a78d267ce737c48c78d5c7de3760
treef20783a1a5307dbe492003218f42b52b1b5a49e8
parent4993745554846ee8e9a363b30f9031109e726f1b
golang/xenlight: define EvLink builtin as empty struct

Define EvLink as empty struct as there is currently no reason the internal of
this type should be used in Go.

Implement fromC and toC functions as no-ops.

Signed-off-by: Nick Rosbrook <rosbrookn@ainfosec.com>
Reviewed-by: George Dunlap <george.dunlap@citrix.com>
tools/golang/xenlight/xenlight.go